projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fa18fb
)
(Fdelete_frame): Free FRAME_MESSAGE_BUF.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 27 Apr 1997 03:25:32 +0000
(
03:25
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 27 Apr 1997 03:25:32 +0000
(
03:25
+0000)
src/frame.c
patch
|
blob
|
history
diff --git
a/src/frame.c
b/src/frame.c
index e8408f20a1d47d517534e6cfad29415d3c45b78d..ac5458ca58d426f489c06ffdae502ffada793a1d 100644
(file)
--- a/
src/frame.c
+++ b/
src/frame.c
@@
-1165,6
+1165,8
@@
but if the second optional argument FORCE is non-nil, you may do so.")
free (FRAME_INSERTN_COST (f));
if (FRAME_DELETE_COST (f))
free (FRAME_DELETE_COST (f));
+ if (FRAME_MESSAGE_BUF (f))
+ free (FRAME_MESSAGE_BUF (f));
#ifdef HAVE_WINDOW_SYSTEM
/* Free all fontset data. */